Skip to content
This repository has been archived by the owner. It is now read-only.

fixes readme install instructions #7

Merged
merged 1 commit into from Dec 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -8,7 +8,7 @@ It provides a higher level API to manage several messaging platforms at once, an

## Documentation

You can see the API documentation [here](https://recastai.github.io/bot-connector/)
You can see the API documentation [here](https://recastai.github.io/bot-connector/)
Copy link
Contributor Author

@conradkleinespel conradkleinespel Dec 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor did that automatically. I hope that's alright

Copy link
Contributor

@jhoudan jhoudan Dec 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me


Or generate the documentation with the following command:
```bash
@@ -54,7 +54,7 @@ Clone the repository and install the dependencies

```sh
git clone https://github.com/RecastAI/bot-connector.git
cd connector
cd bot-connector
yarn install
```